home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 4
/
Apprentice-Release4.iso
/
Source Code
/
Libraries
/
PNL Libraries
/
MyServices.p
< prev
next >
Wrap
Text File
|
1994-10-04
|
787b
|
45 lines
unit MyServices;
interface
const
echo_port = 7;
discard_port = 9;
systat_port = 11;
daytime_port = 13;
netstat_port = 15;
chargen_port = 19;
ftp_data_port = 20;
ftp_port = 21;
telnet_port = 23;
smtp_port = 25;
time_port = 37;
dns_port = 53;
tftp_port = 69;
gopher_port = 70;
finger_port = 79;
http_port = 80;
pop2_port = 109;
pop3_port = 110;
ident_port = 113;
nntp_port = 119;
ntp_port = 123;
at_rtmp_port = 201;
at_nbp_port = 202;
at_echo_port = 204;
at_zis_port = 206;
exec_port = 512;
biff_port = 512;
login_port = 513;
who_port = 513;
shell_port = 514; { rsh, rlogin }
syslog_port = 514;
lineprinter_port = 515;
otalk_port = 517;
ntalk_port = 518;
route_port = 520;
archie_port = 1525;
implementation
end.